home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / Stop.bat < prev   
Encoding:
DOS Batch File  |  2005-06-20  |  370 b   |  17 lines

  1. : Name: Stop Server File
  2. : Created By: The Uniform Server Development Team
  3. : Edited Last By: Olajide Olaolorun (empirex)
  4. : Comment: Tara's new syetm of shutting down the server
  5. : To Developers: Implemented a new system of server shutdown
  6.  
  7. @echo off
  8. diskw\home\admin\program\pskill.exe Apache.exe c
  9.  
  10. if errorlevel 2 goto :PAUSE
  11.  
  12. :PAUSE
  13. echo .
  14. pause
  15.  
  16. :END
  17.